Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: cleaning up some type imports #1128

Open
wants to merge 1 commit into
base: next
Choose a base branch
from

Conversation

erunion
Copy link
Member

@erunion erunion commented Dec 21, 2024

🧰 Changes

This just cleans up some import type { typeName} from ... imports so that they're imported that way instead of as import { type typeName } from .... We generally use import type` everywhere already there's just some stragglers that sometimes get through the other way via VSCode.

@erunion erunion added the refactor Issues about tackling technical debt label Dec 21, 2024
@erunion erunion requested a review from kanadgupta December 21, 2024 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues about tackling technical debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant